Class WumpusWorld

java.lang.Object
edu.uky.ai.lp.ai.WumpusWorld

public class WumpusWorld
extends java.lang.Object
A utility class for providing the initial Wumpus World knowledge base.
Author:
Stephen G. Ware
  • Constructor Summary

    Constructors 
    Constructor Description
    WumpusWorld()  
  • Method Summary

    Modifier and Type Method Description
    static KnowledgeBase getKnowledgeBase()
    Returns a knowledge base that represents what is known about the Wumpus World at the start of the game.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getKnowledgeBase

      public static final KnowledgeBase getKnowledgeBase()
      Returns a knowledge base that represents what is known about the Wumpus World at the start of the game.
      Returns:
      the knowledge base